Name | Description | |
---|---|---|
![]() | CanFilter | Overridden. Returns whether the collection is able to filter the specified filterExpression. |
![]() | CanInsert | Overridden. |
![]() | CanMove | Overridden. |
![]() | CanRefresh | Determines whether the collection can be refreshed. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | CanRemove | Overridden. |
![]() | CanReplace | Overridden. |
![]() | CanSort | Overridden. Returns whether the collection is able to sort the specified sortDescriptions. |
![]() | ConnectAsync | Connects the collection to the source. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | DisconnectAsync | Invokes the finalization of the collection. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | Dispose | Overloaded. Called to dispose resources. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | DisposeAsync | |
![]() | FilterAsync | Filters the data using specified filterExpression. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | GetItemType | Gets the type of the item. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | GetLoadedItems | Overloaded. Returns the items that has be loaded so far. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | IndexOf | Gets the index of the specified item. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | InsertAsync | (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | LoadAsync | Loads all the items between the specified range. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | LoadMoreItemsAsync | |
![]() | MoveAsync | (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | RefreshAsync | Removes the cached data and loads the whole collection from scratch. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | RemoveAsync | (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | ReplaceAsync | (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |
![]() | SortAsync | Overloaded. Sorts the collection according to the specified sort descriptions. (Inherited from C1.DataCollection.C1VirtualDataCollection<T>) |